シンタックス
'宣言
Public Shared Function Create( _
ByVal As System.Collections.Specialized.NotifyCollectionChangedAction, _
ByVal As System.Integer, _
ByVal As System.Collections.IList, _
ByVal As System.Integer, _
ByVal As System.Collections.IList _
) As NotifyCollectionChangedEventArgs(Of T)
public static NotifyCollectionChangedEventArgs<T> Create(
System.Collections.Specialized.NotifyCollectionChangedAction ,
System.int ,
System.Collections.IList ,
System.int ,
System.Collections.IList
)
パラメータ
- action
- The action.
- newStartingIndex
- New starting index.
- newItems
- The new items.
- oldStartingIndex
- Old starting index.
- oldItems
- The old items.
参照